/* 基本設定 */
* {
margin: 0;
padding: 0;
font-family:Verdana,Chicago,osaka,sans-serif,"ＭＳ Ｐゴシック";
}
BODY {
font-size : 65%;
font-family:Verdana,Chicago,osaka,sans-serif,"ＭＳ Ｐゴシック";
letter-spacing : 1px;
line-height: 150%;
text-align : center;
margin-top: 20px;


  
}
<!--＊　はじめ　＊-->
<style type="text/css">
<!--
body {
scrollbar-arrow-color:#90eeaa;
scrollbar-face-color:#fff;
scrollbar-highlight-color:#fff;
scrollbar-3dlight-color:#90eeaa;
scrollbar-track-color:#fff;
scrollbar-shadow-color:#fff;
scrollbar-darkshadow-color:#90eeaa;
}
-->
</style>
<!--＊　おわり　＊-->
/* 画像 */
img {
border: 0;
}
/* リンク */
a{
color: #000000;
text-decoration : none;
}
a:visited{
color: #000000;
}
a:hover{
color: #ffcc00;
}
/* ページ全体 */
#page{
margin:0 auto;
width:600px;
height : 420px;
}
/* ヘッダー */
#head{
width:600px;
height : 30px;
}
/* タイトル */
h1{
font-size:130%;
text-align : right;
padding:10px 0px 0px ;
}
/* メニュー */
#menu {
width:600px;
height : 20px;
}
#menu ul{
list-style: none;
margin: 0;
text-align:left;
}
#menu li{
list-style: none;
display: inline;
padding:3px;
}
/* アイフレーム */
IFRAME{
width:600px;
height:350px;
text-align : center;
border:1px #999999 dotted;
}
/* メイン */
#all{
background-color : #ffffff;
}
#main{
width: 560px;
background-color : #ffffff;
padding: 10px 0px;
}
#main h2 {
font-size: 110%;
font-weight : normal;
margin: 0px 20px 10px;
border-bottom:dotted 1px #999999;
text-align : left;
}
#main h6 {
font-size : 100%;
font-weight : normal;
margin: 0 25px;
text-align : left;
}
#main p {
text-align : left;
margin: 0 25px 20px;
}
#main ul {
list-style: none;
padding-bottom: 20px
;}
#main li {
list-style: none;
text-align : left;
margin: 0 25px;
}
/* フッター */
#foot {
width:600px;
height:20px;
}
/* 著作権 */
ADDRESS{
padding: 3px;
font-style:normal;
text-align:right;
}
